home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / pc / dos / misc / pcftyp41 / readme.bat < prev    next >
Encoding:
DOS Batch File  |  1994-03-04  |  249 b   |  9 lines

  1. echo off
  2. cls
  3. rem Batch program to display PC-FASTYPE's README file on your screen.
  4. rem To print the readme file to your printer, enter the following
  5. rem MS-DOS command at the prompt:
  6. rem            copy readme.txt prn
  7. rem
  8. more < readme.txt
  9.